net/http.http2responseWriterState.bw (field)
9 uses
net/http (current package)
h2_bundle.go#L3884: rws.bw = bufio.NewWriterSize(http2chunkWriter{rws}, http2handlerChunkWriteSize)
h2_bundle.go#L6104: bwSave := rws.bw
h2_bundle.go#L6107: rws.bw = bwSave
h2_bundle.go#L6108: rws.bw.Reset(http2chunkWriter{rws})
h2_bundle.go#L6367: bw *bufio.Writer // writing to a chunkWriter{this *responseWriterState}
h2_bundle.go#L6653: if rws.bw.Buffered() > 0 {
h2_bundle.go#L6654: err = rws.bw.Flush()
h2_bundle.go#L6812: return rws.bw.Write(dataB)
h2_bundle.go#L6814: return rws.bw.WriteString(dataS)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |